Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Replace member calls with free function calls #421

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

marbre
Copy link
Contributor

@marbre marbre commented Apr 19, 2024

Switches member calls to isa/dyn_cast/cast to free function calls since calling member variants is deprecated, see
https://mlir.llvm.org/deprecation/.

Switches member calls to `isa/dyn_cast/cast` to free function calls
since calling member variants is deprecated, see
https://mlir.llvm.org/deprecation/.
@marbre marbre requested review from simon-camp and lucas-camp April 19, 2024 16:03
@marbre marbre merged commit f940cbc into iml130:main Apr 22, 2024
6 checks passed
@marbre marbre deleted the free-functions branch April 22, 2024 06:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants